From 038503fc3278ee0ca97c91d481348cdc5feb6ac3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 21 Nov 2000 01:11:49 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78bfbf80098..66cb1a0accd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2000-11-21 Miles Bader + + * textmodes/refill.el (refill-ignorable-overlay): New variable. + (refill-adjust-ignorable-overlay): New function. + (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill + only the paragraph's tail if possible. + Update `refill-ignorable-overlay'. + (refill-mode): Initialize/cleanup `refill-ignorable-overlay'. + + * textmodes/refill.el (refill-fill-paragraph-at): Don't leave + point inside the fill-prefix. + + * textmodes/refill.el (refill-post-command-function): Don't reset + refill-doit in the case where a self-insertion command doesn't + case a refill. Use `refill-fill-paragraph-at', getting position + from `refill-doit'. + (refill-after-change-function): Set `refill-doit' to END. + (refill-fill-paragraph-at): New function, mostly from old + refill-fill-paragraph. + (refill-fill-paragraph): Use `refill-fill-paragraph-at'. + (refill-pre-command-function): New function. + (refill-mode): Add it to `pre-command-hook'. + 2000-11-20 Gerd Moellmann * textmodes/artist.el (artist-mode): Fix autoload cookie. -- 2.30.2